home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / select.h2 < prev    next >
Encoding:
Text File  |  1997-04-15  |  133 b   |  10 lines

  1. #ifndef SELECT_H
  2. #define SELECT_H
  3.  
  4. #include <sys/types.h>
  5. #include <sys/time.h>
  6. #include <sys/select.h>
  7. extern int select();
  8.  
  9. #endif
  10.